ComponentOne Xamarin.Android
MoveAsync Method (C1CursorCollectionView<T,K>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1CursorCollectionView<T,K> Class : MoveAsync Method
Syntax
'Declaration
 
<AsyncStateMachineAttribute(C1.CollectionView.C1CursorCollectionView`2/d__39)> 
Public Function MoveAsync( _ 
   ByVal fromIndex As Integer, _ 
   ByVal toIndex As Integer _ 
) As Task
'Usage
 
Dim instance As C1CursorCollectionView(Of T,K)
Dim fromIndex As Integer
Dim toIndex As Integer
Dim value As Task
 
value = instance.MoveAsync(fromIndex, toIndex)
[AsyncStateMachine(C1.CollectionView.C1CursorCollectionView`2/d__39)] 
public Task MoveAsync( 
   int fromIndex, 
   int toIndex 
)

Parameters

fromIndex
toIndex
See Also

Reference

C1CursorCollectionView<T,K> Class
C1CursorCollectionView<T,K> Members